2
0
nxrighthere 7 жил өмнө
parent
commit
f7c555be8e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -130,7 +130,7 @@ FreeCallback OnMemoryFree = (memory) => {
 };
 };
 
 
 OutOfMemoryCallback OnOutOfMemory = () => {
 OutOfMemoryCallback OnOutOfMemory = () => {
-	throw new OutOfMemoryException("Out of memory");
+	throw new OutOfMemoryException();
 };
 };
 
 
 callbacks = new Callbacks(OnMemoryAllocate, OnMemoryFree, OnOutOfMemory);
 callbacks = new Callbacks(OnMemoryAllocate, OnMemoryFree, OnOutOfMemory);