Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better importer warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
framer/Importer.coffee
|
@@ -137,7 +137,7 @@ class exports.Importer |
|
|
|
|
|
# Layer names cannot start with a number |
|
|
if startsWithNumber(layerInfo.name) |
|
|
throw new Error("(#{layerInfo.name}) Layer or Artboard names can not start with a number") |
|
|
throw new Error("Layer or Artboard names can not start with a number: '#{layerInfo.name}'") |
|
|
|
|
|
# We can create the layer here |
|
|
layer = new LayerClass(layerInfo) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.