diff options
-rwxr-xr-x | tool/update-deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/update-deps b/tool/update-deps index 308c4b3c74..4c20052263 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -337,7 +337,7 @@ def read_single_cc_deps(path_i, cwd) files.delete compiler_wd compiler_wd = Pathname(compiler_wd.sub(%r{//\z}, '')) else - raise "compiler working directory not found" + raise "compiler working directory not found: #{path_i}" end deps = [] files.each_key {|dep| |