Skip to content

Commit 3f1d8d1

Browse files
committed
fix: Cannot read property 'reorder' of undefined
1 parent c5fa01f commit 3f1d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-server-core/core/DevServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable global-require */
2-
// Playground version: 0.10.56
2+
// Playground version: 0.19.31
33
const fs = require('fs-extra');
44
const path = require('path');
55
const spawn = require('cross-spawn');

0 commit comments

Comments
 (0)