Comparing version 3.5.1 to 3.5.2
{ | ||
"name": "demrec", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Demo Recorder Renderer", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -139,3 +139,3 @@ let fs = require('fs') | ||
return await new Promise((resolve, reject) => { | ||
let result = await new Promise((resolve, reject) => { | ||
let log = ph.join(this.game.tmp, this.game.log) | ||
@@ -215,2 +215,6 @@ util.watch(log, line => { | ||
}) | ||
util.remove([dem, dem.replace('.dem', '.vdm')]) | ||
return result | ||
} | ||
@@ -217,0 +221,0 @@ |
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
26695
525