mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
fix: missing span name ("fn is not defined" error)
This commit is contained in:
@@ -290,7 +290,7 @@ module.exports = class FSNodeContext {
|
||||
*/
|
||||
async fetchEntry (fetch_entry_options = {}) {
|
||||
if ( this.fetching !== null ) {
|
||||
await Context.get('services').get('traceService').spanify(async () => {
|
||||
await Context.get('services').get('traceService').spanify('fetching', async () => {
|
||||
// ???: does this need to be double-checked? I'm not actually sure...
|
||||
if ( this.fetching === null ) return;
|
||||
await this.fetching;
|
||||
|
||||
Reference in New Issue
Block a user