Index: runtime/bin/process_impl.dart |
=================================================================== |
--- runtime/bin/process_impl.dart (revision 891) |
+++ runtime/bin/process_impl.dart (working copy) |
@@ -67,7 +67,7 @@ |
void handleExit() { |
_processExit(exitPid(exitDataBuffer)); |
- if (_exitHandlerCallback != null) { |
+ if (_exitHandlerCallback !== null) { |
_exitHandlerCallback(exitCode(exitDataBuffer)); |
} |
} |