mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
ML extension - Improving predict parameter mapping experience (#10264)
This commit is contained in:
@@ -240,7 +240,7 @@ export function createViewContext(): ViewTestContext {
|
||||
try {
|
||||
await handler(view);
|
||||
} catch (err) {
|
||||
throw err;
|
||||
console.log(err);
|
||||
}
|
||||
},
|
||||
onValidityChanged: undefined!,
|
||||
@@ -305,7 +305,7 @@ export function createViewContext(): ViewTestContext {
|
||||
try {
|
||||
await handler(view);
|
||||
} catch (err) {
|
||||
throw err;
|
||||
console.log(err);
|
||||
}
|
||||
},
|
||||
modelView: undefined!,
|
||||
|
||||
Reference in New Issue
Block a user