Skip to content

Commit

Permalink
style: fix missing node
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
  • Loading branch information
cpendery committed Nov 24, 2023
1 parent 2f9d62c commit e0640b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/template.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import fsAsync from "fs/promises";
import fsAsync from "node:fs/promises";
import process from "node:process";

const filepathsTemplate = async (): Promise<Fig.Suggestion[]> => {
Expand Down

0 comments on commit e0640b9

Please sign in to comment.