fix: Enable source-maps on WorkflowRunnerProcess in own mode (#4832)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-06 12:16:49 +01:00
committed by GitHub
parent 8c9681e8ce
commit 9485e2f12a
6 changed files with 7 additions and 9 deletions

View File

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