Comparing version 1.0.6 to 1.0.7
@@ -65,3 +65,3 @@ #!/usr/bin/env node | ||
} catch (e) { | ||
if (err?.code === 'EEXIST') { | ||
if (e?.code === 'EEXIST') { | ||
if (force) { | ||
@@ -68,0 +68,0 @@ fs.unlinkSync(wsInfoPath); |
{ | ||
"name": "my-ci", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6298