Comparing version 1.0.4 to 1.0.5
@@ -16,3 +16,3 @@ "use strict"; | ||
const EventEmitter = require('events'); | ||
const DateTimeFormat = "YYYY-MM-DD HH:mm:s"; | ||
const DateTimeFormat = "YYYY-MM-DD HH:mm:ss"; | ||
function runInProcess(exec, args, options) { | ||
@@ -114,3 +114,3 @@ const promise = new Promise((resolve, reject) => { | ||
workerResult.code = -1; | ||
workerResult.errorMsg = "sandbox run timeout"; | ||
workerResult.errorMsg = "sandbox run timeout at:" + moment().from(DateTimeFormat); | ||
process.send(JSON.stringify(workerResult)); | ||
@@ -117,0 +117,0 @@ }, msg.options.timeout); |
{ | ||
"name": "d-sandbox", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5611