mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Enable source-maps on WorkflowRunnerProcess in own mode (#4832)
This commit is contained in:
committed by
GitHub
parent
8c9681e8ce
commit
9485e2f12a
@@ -29,9 +29,7 @@ if (![14, 16, 18].includes(nodeVersionMajor)) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
try {
|
||||
require('source-map-support').install();
|
||||
} catch {}
|
||||
require('source-map-support').install();
|
||||
|
||||
require('@oclif/command')
|
||||
.run()
|
||||
|
||||
Reference in New Issue
Block a user