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 7b75f6d commit 21fb3e3Copy full SHA for 21fb3e3
index.js
@@ -163,7 +163,7 @@ exports.meterJSON = (json, opts) => {
163
case 'import':
164
for (const entry of section.entries) {
165
if (entry.moduleStr === moduleStr && entry.fieldStr === fieldStr) {
166
- throw new Error('importing meteing function is not allowed')
+ throw new Error('importing metering function is not allowed')
167
}
168
if (entry.kind === 'function') {
169
funcIndex++
0 commit comments