Skip to content

Commit

Permalink
:lipstick
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Mar 22, 2019
1 parent 9040145 commit 7f0737c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-definitelytyped.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

if [ $# -eq 0 ]; then
echo "Pass in a version like ./scripts/generate-vscode-dts.sh 1.30"
echo "Failed to generate index.d.ts"
echo "Pass in a version like ./scripts/generate-vscode-dts.sh 1.30."
echo "Failed to generate index.d.ts."
exit 1
fi

Expand Down

0 comments on commit 7f0737c

Please sign in to comment.