File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
awsService/sagemaker/detached-server
test/awsService/sagemaker/detached-server Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ export async function writeMapping(mapping: SpaceMappings) {
143143 }
144144
145145 writeQueue . push ( writeOperation )
146+
147+ // ProcessWriteQueue handles its own errors via individual operation callbacks
148+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
146149 processWriteQueue ( )
147150 } )
148151}
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6+ /* eslint-disable no-restricted-imports */
67import * as assert from 'assert'
78import { parseArn , writeMapping , readMapping } from '../../../../awsService/sagemaker/detached-server/utils'
89import { promises as fs } from 'fs'
You can’t perform that action at this time.
0 commit comments