зеркало из https://github.com/mozilla/pluotsorbet.git
Fix wording for not supported constant type error
This commit is contained in:
Родитель
d127c9770f
Коммит
435ac7cf5c
2
vm.js
2
vm.js
|
@ -70,7 +70,7 @@ function resolve(ctx, cp, idx, isStatic) {
|
|||
classInfo.className + "." + methodName + "." + signature + " not found");
|
||||
break;
|
||||
default:
|
||||
throw new Error("not support constant type");
|
||||
throw new Error("not supported constant type");
|
||||
}
|
||||
return cp[idx] = constant;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче