Explorar el Código

Fix a committed by mistake change in boot.js

Nicolas Petton hace 10 años
padre
commit
b5e9ec22c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -945,7 +945,7 @@ function MessageSendBrik(brikz, st) {
 		/* Handles not understood messages. Also see the Amber counter-part
 		 Object>>doesNotUnderstand: */
 
-		receiver._doesNotUnderstand_(
+		return receiver._doesNotUnderstand_(
 			st.Message._new()
 				._selector_(st.convertSelector(selector))
 				._arguments_(args)