Browse Source

Improved error message.

woollybah 5 years ago
parent
commit
2a65f95099
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bmk_make.bmx

+ 1 - 1
bmk_make.bmx

@@ -508,7 +508,7 @@ Type TBuildManager Extends TCallback
 				End If
 				
 				If FileType(build_path) <> FILETYPE_DIR Then
-					Throw "Unable to create temporary directory"
+					Throw "Unable to create temporary directory : " + build_path
 				End If
 
 				' change dir, so relative commands work as expected