merge: integrate upstream main with local Makelore changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { EventEmitter } from 'node:events';
|
||||
import path from 'node:path';
|
||||
import { runInNewContext } from 'node:vm';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
import type {
|
||||
@@ -284,7 +285,7 @@ class FakePreviewDataSession {
|
||||
}
|
||||
}
|
||||
|
||||
const projectPath = 'D:\\student\\clock';
|
||||
const projectPath = path.resolve('D:\\student\\clock');
|
||||
|
||||
async function openBrowser(adapter = new FakeAdapter()) {
|
||||
const module = new AgentBrowserModule(adapter);
|
||||
|
||||
Reference in New Issue
Block a user