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 5d3dad7 commit 73bae40Copy full SHA for 73bae40
devtools/test_dashboard/server.mjs
@@ -26,7 +26,7 @@ config.outfile = './build/plotly.js';
26
var mockFolder = constants.pathToTestImageMocks;
27
28
// mock list
29
-getMockFiles()
+await getMockFiles()
30
.then(readFiles)
31
.then(createMocksList)
32
.then(saveMockListToFile);
0 commit comments