Skip to content

Commit 886eab1

Browse files
committed
better build placeholder errors. closes #13
1 parent 23e8765 commit 886eab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/es5/ng-annotate

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
echo "Error: ng-annotate has not been built. Execute ng-annotate/build/build.sh and retry."
2+
echo "Error: ng-annotate has not been built.\nRetry after doing this: cd <ng-annotate-path>; npm install; cd build; ./build.sh"
33
exit 1

build/es5/ng-annotate-main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
console.error("Error: ng-annotate has not been built. Execute ng-annotate/build/build.sh and retry.");
1+
console.error("Error: ng-annotate has not been built.\nRetry after doing this: cd <ng-annotate-path>; npm install; cd build; ./build.sh");
22
process.exit(1)

0 commit comments

Comments
 (0)