We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fe1cd commit 9bdec14Copy full SHA for 9bdec14
scripts/info.sh
@@ -5,7 +5,7 @@ REVISION=$(svn info --show-item last-changed-revision "https://svn.webkit.org/re
5
INFO=$(svn info "https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_package_config_webkitGTK}")
6
CONFIG=$(node -e "console.log(require('./package.json').config)")
7
8
-SIZE=$(du -ah $ROOTDIR/build/compiled)
+SIZE=$(du -ah $ROOTDIR/build/compiled || true)
9
10
printf "\n\n\n\n\n\t\t\tCompiled Version: \x1B[32m$REVISION\x1B[0m\n\n\n"
11
printf "Config:\t$CONFIG\n\n"
0 commit comments