paths: add missing js/wasm stub

Change-Id: Iae4838f5fa1dc0cd491d5a3ac906fd3cdacb173c
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2021-11-07 12:10:14 -08:00
parent 0edd2d1cd5
commit 40e13c316c

View File

@ -7,3 +7,5 @@
func ensureStateDirPerms(dirPath string) error {
return nil
}
func LegacyStateFilePath() string { return "" }