mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: Propagate insufficient memory errors (#2093)
This commit is contained in:
+1
-1
@@ -1322,7 +1322,7 @@ checkMemory() {
|
||||
RAM_MINIMUM="$required"
|
||||
|
||||
name=$(printVersion "$id" "") || return 1
|
||||
checkMemoryRequirement "$name"
|
||||
checkMemoryRequirement "$name" || return 1
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user