Explorar o código

Improved error message.

woollybah %!s(int64=5) %!d(string=hai) anos
pai
achega
2a65f95099
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bmk_make.bmx

+ 1 - 1
bmk_make.bmx

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