mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +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
|
else
|
||||||
initial_path = '.'
|
initial_path = '.'
|
||||||
re = '/core[^/]*$'
|
re = '/core[^/]*$'
|
||||||
exc_re = { '^/%.deps$', local_tmpdir }
|
exc_re = { '^/%.deps$', local_tmpdir, '^/%node_modules$' }
|
||||||
db_cmd = gdb_db_cmd
|
db_cmd = gdb_db_cmd
|
||||||
random_skip = true
|
random_skip = true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user