@plasmicapp/cli
Advanced tools
Comparing version 0.1.325 to 0.1.326
{ | ||
"name": "@plasmicapp/cli", | ||
"version": "0.1.325", | ||
"version": "0.1.326", | ||
"description": "plasmic cli for syncing local code with Plasmic designs", | ||
@@ -86,3 +86,3 @@ "engines": { | ||
}, | ||
"gitHead": "8d1891b9f0e720b991b938196da636853e7672c0" | ||
"gitHead": "ad59ed5496d82342c85e25fe87cbe0d49ad99155" | ||
} |
@@ -44,5 +44,3 @@ import fs from "fs"; | ||
if (!overwrite) { | ||
throw new HandledError( | ||
`Cannot write to ${filePath}; file already exists.` | ||
); | ||
return; | ||
} | ||
@@ -49,0 +47,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
48440944
13905