We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc7dfd commit 4f5b309Copy full SHA for 4f5b309
src/module_wrap.cc
@@ -563,8 +563,9 @@ ModulePhase to_phase_constant(ModuleImportPhase phase) {
563
return kEvaluationPhase;
564
case ModuleImportPhase::kSource:
565
return kSourcePhase;
566
+ default:
567
+ UNREACHABLE();
568
}
- UNREACHABLE();
569
570
571
static Local<Object> createImportAttributesContainer(
0 commit comments