Comparing version 1.0.5 to 1.0.7
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -38,4 +38,4 @@ const deasync = require('deasync'); | ||
while(!this._finished) { | ||
deasync.runLoopOnce(); | ||
} | ||
deasync.runLoopOnce(); | ||
} | ||
@@ -42,0 +42,0 @@ if (this._error){ |
{ | ||
"name": "synchron", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"description": "Wait till async functions end and forces a synchron process without blocking", | ||
@@ -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
3451
4
65