Skip to content

Commit 8886383

Browse files
authored
fix(dx): remove extra quote in emitDeclarationOnly log statement (#412)
- must've been a copy+paste mistake or something
1 parent 8383500 commit 8886383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>
253253
// note that result.code is non-existent if emitDeclarationOnly per https://github.com/ezolenko/rollup-plugin-typescript2/issues/268
254254
if (parsedConfig.options.emitDeclarationOnly)
255255
{
256-
context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS'`);
256+
context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS`);
257257
return undefined;
258258
}
259259

0 commit comments

Comments
 (0)