diff --git a/configure.py b/configure.py index 9b659deb5cb..83703964e54 100755 --- a/configure.py +++ b/configure.py @@ -1640,3 +1640,4 @@ if warn.warned and not options.verbose: print_verbose("running: \n " + " ".join(['python', 'tools/gyp_node.py'] + gyp_args)) run_gyp(gyp_args) +info('configure completed successfully')