You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/plotter/plotter-backend-contribution.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export class PlotterBackendContribution
10
10
asyncinitialize(): Promise<void>{}// TODO: remove
11
11
12
12
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`.
0 commit comments