| Index: test/mjsunit/debug-evaluate-locals.js
|
| diff --git a/test/mjsunit/debug-evaluate-locals.js b/test/mjsunit/debug-evaluate-locals.js
|
| index e6326e18e038132146b54710e8a8f4a9f408667e..ba3e92d124cf78b7620c205655ea2609d9cda647 100644
|
| --- a/test/mjsunit/debug-evaluate-locals.js
|
| +++ b/test/mjsunit/debug-evaluate-locals.js
|
| @@ -134,7 +134,7 @@ function listener(event, exec_state, event_data, data) {
|
| listenerComplete = true;
|
| }
|
| } catch (e) {
|
| - exception = e
|
| + exception = e;
|
| print("Caught something. " + e + " " + e.stack);
|
| };
|
| };
|
|
|