We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4174ea1 commit 04be738Copy full SHA for 04be738
scripts/build/build-stub.mjs
@@ -158,11 +158,11 @@ export async function buildStub(options = {}) {
158
if (line.trim() === '') {
159
// Empty line might end the warning
160
inSigningWarning = false
161
- signingWarningBuffer = []
+ _signingWarningBuffer = []
162
} else if (line.startsWith('>') || line.startsWith('[') || line.includes('✅') || line.includes('📦')) {
163
// New content started, warning is over
164
165
166
process.stdout.write(line + (i < lines.length - 1 ? '\n' : ''))
167
}
168
continue
0 commit comments