fixup: exclude node_modules/ for crash detection

node.js client uses lodash which has core.js.
This commit is contained in:
Jan Edmund Lazo
2018-06-05 07:33:26 -04:00
parent f274b84e1e
commit 6ffcc2b800

View File

@@ -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