Skip to content

Commit 0ae8de7

Browse files
author
Akos Kitta
committed
fixed commend.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent f3e2a3c commit 0ae8de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/node/plotter/plotter-backend-contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class PlotterBackendContribution
1010
async initialize(): Promise<void> {} // TODO: remove
1111

1212
configure(app: express.Application): void {
13-
// TODO: use `require.resolve` instead of copying the to the `build` folder with `npx ncp ../node_modules/arduino-serial-plotter-webapp ./build/arduino-serial-plotter-webapp`.
13+
// TODO: use `require.resolve` instead of copying the plotter app to the `build` folder with `npx ncp ../node_modules/arduino-serial-plotter-webapp ./build/arduino-serial-plotter-webapp`.
1414
const relativePath = [
1515
'..',
1616
'..',

0 commit comments

Comments
 (0)