Skip to content

Commit

Permalink
address tsc err
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhou82 committed Jan 6, 2025
1 parent 61a85eb commit 257e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/termdb.singlecellSamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async function validateSamplesNative(S: SingleCellSamplesNative, D: SingleCellDa
samples.set(sid, { sample: sampleName })
}
} catch (e) {
console.log('cannot readdir on singleCell.data.plot[].folder')
console.log('cannot readdir on singleCell.data.plot[].folder', e)
// may register as ds init err
}
}
Expand Down

0 comments on commit 257e0e6

Please sign in to comment.