Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index 35d804dff6adfc42fbf5818b86f727d9b571ace4..9835108751a14c564a12caba8eb9bac92a1ee75a 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -704,6 +704,7 @@ static const char* Header(ScopeType type) { |
switch (type) { |
case EVAL_SCOPE: return "eval"; |
case FUNCTION_SCOPE: return "function"; |
+ case MODULE_SCOPE: return "module"; |
case GLOBAL_SCOPE: return "global"; |
case CATCH_SCOPE: return "catch"; |
case BLOCK_SCOPE: return "block"; |