Formatting: add semi-colon to NSCustomResource.j

This commit is contained in:
Daniel
2018-04-07 17:17:19 -07:00
parent 90d04956e6
commit a3a2ee118e
+1 -1
View File
@@ -88,7 +88,7 @@ var FILE = require("file"),
if (resourceInfo && resourceInfo.path)
{
// Include subdirectories in the name
match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path)
match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path);
_resourceName = match[1];
}
}