mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
fixup: exclude node_modules/ for crash detection
node.js client uses lodash which has core.js.
This commit is contained in:
@@ -259,7 +259,7 @@ local function check_cores(app, force)
|
||||
else
|
||||
initial_path = '.'
|
||||
re = '/core[^/]*$'
|
||||
exc_re = { '^/%.deps$', local_tmpdir }
|
||||
exc_re = { '^/%.deps$', local_tmpdir, '^/%node_modules$' }
|
||||
db_cmd = gdb_db_cmd
|
||||
random_skip = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user